func crypto/tls.unsupportedCertificateError
5 uses
crypto/tls (current package)
auth.go#L234: return 0, unsupportedCertificateError(c)
auth.go#L253: func unsupportedCertificateError(cert *Certificate) error {
common.go#L1211: return supportsRSAFallback(unsupportedCertificateError(c))
common.go#L1231: return supportsRSAFallback(unsupportedCertificateError(c))
common.go#L1234: return supportsRSAFallback(unsupportedCertificateError(c))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)